How Can I Connect to SQL Server Database
Once your SQL Server hosting is set up at Cloud Clusters, you can easily connect to your new deployment using a shell terminal, command line syntax, or GUI tools. You can find instructions for SQL Server connections in the following documentation.
Connect via Web shell:
The web shell is a shell-like interface that enables a web server to be remotely accessed via command lines. The feature has been integrated in our client panel so you can connect to your SQL Server conveniently.
Connect to SQL Server via Web shell
Connect via GUI tools:
A GUI tool makes it easy to manage SQL Server databases visually, without having to manually type SQL commands. It is much easier to use for beginners. Below we list guidance for connecting SQL Server via several commonly-used GUI tools.
Connect to SQL Server via SSMS
Connect to SQL Server with ODBC Data Source
Connect via programming languages:
Connections to databases are managed using database drivers, which enable applications written in different programming languages to interact with the database management system. Check the following KB for connecting MariaDB via programming languages.
Connect to SQL Server via Java
Connect to SQL Server via Python
If you have any questions on setting up your connection, the KB Troubleshooting database connection issues might be helpful to solve your issues. If you need further help, or would like to request documentation for a new connection, please reach out to us at support@cloudclusters.io.